feat: Issue 39 spring boot 4 and Java 25 upgrade #50
+1,424
−1,495
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request upgrades the project to use Java 25 and Spring Boot 4.0 across all modules, updates documentation to reflect these changes, and modernizes the
openespi-authservermodule's Maven configuration and dependencies. It also introduces guidance for Spring Boot 4.0 migration and deprecations in the project guidelines.Project-wide Java and Spring Boot upgrade:
.github/workflows/ci.yml,.github/workflows/pr-checks.yml,README.md,.junie/guidelines.md, and.github/CI_CD_SETUP.md. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Spring Boot 4.0 migration guidance:
.junie/guidelines.mddetailing Spring Boot 4.0 updates, including annotation deprecations/replacements, new Maven dependencies for testing, and package changes for test annotations.openespi-authserver module modernization:
openespi-parentand updated the module description for Spring Boot 4.0 inopenespi-authserver/pom.xml.spring-boot-starter-security-oauth2-authorization-server,spring-boot-starter-webmvc), replaced deprecated dependencies, and added new test dependencies as per Spring Boot 4.0 requirements. [1] [2]spring-boot-starter-flywayand added support for PostgreSQL migrations.Note: Spring Authorization Module has failing tests. Module updated to use Spring Security 7. Test failures appear not related to update. There is an experimental implementation of JWT, which is conflicting with the existing configuration of using Opaque tokens. Spring Security does not support both concurrently.
Closes #39